home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 253 / Issue 253 - March 2009 - DPCS0309DVD.ISO / Expert Toolkit / Easy Duplicate Finder / easy_duplicate_setup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2008-10-20  |  3.1 KB  |  57 lines

  1. ;InnoSetupVersion=5.1.2
  2. [Setup]
  3. AppName=Easy Duplicate Finder
  4. AppVerName=Easy Duplicate Finder v. 2.1
  5. AppId=Easy Duplicate Finder
  6. AppPublisher=EasyDuplicateFinder.com
  7. AppPublisherURL=http://www.easyduplicatefinder.com/
  8. AppSupportURL=http://www.easyduplicatefinder.com/contacts.html
  9. AppUpdatesURL=http://www.easyduplicatefinder.com/
  10. DefaultDirName={pf}\Easy Duplicate Finder
  11. DefaultGroupName=Easy Duplicate Finder
  12. OutputBaseFilename=easy_duplicate_setup
  13. Compression=lzma
  14. PrivilegesRequired=none
  15. LicenseFile=embedded\License.txt
  16. WizardImageFile=embedded\WizardImage0.bmp
  17. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  18. [Files]
  19. Source: "{app}\EasyDuplicate.exe"; DestDir: "{app}"; Flags: ignoreversion 
  20. Source: "{app}\EasyDuplicate.ini"; DestDir: "{app}"; Flags: ignoreversion 
  21. Source: "{app}\masks.ini"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\easyicon.ico"; DestDir: "{app}"; Flags: ignoreversion 
  23. [INI]
  24. FileName: "{app}\EasyDuplicateFinder.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.easyduplicatefinder.com/"; 
  25. FileName: "{app}\MP3DuplicateFinder.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.easyduplicatefinder.com/mp3-duplicate-finder.html"; 
  26. FileName: "{app}\Help.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.easyduplicatefinder.com/help.html"; 
  27. [Run]
  28. Filename: "{app}\EasyDuplicate.exe"; Description: "{cm:LaunchProgram,Easy Duplicate Finder}"; Flags: postinstall skipifsilent nowait
  29. Filename: "{app}\EasyDuplicateFinder.url"; Description: "Visit Duplicate Finder Website"; Flags: shellexec postinstall skipifsilent nowait
  30. Filename: "{app}\MP3DuplicateFinder.url"; Description: "Try New MP3 Duplicate Finder!"; Flags: shellexec postinstall skipifsilent nowait
  31. [Icons]
  32. Name: "{group}\Easy Duplicate Finder"; Filename: "{app}\EasyDuplicate.exe"; 
  33. Name: "{group}\{cm:ProgramOnTheWeb,Help}"; Filename: "{app}\Help.url"; 
  34. Name: "{group}\{cm:ProgramOnTheWeb,Easy Duplicate Finder}"; Filename: "{app}\EasyDuplicateFinder.url"; 
  35. Name: "{group}\{cm:ProgramOnTheWeb,MP3 Duplicate Finder}"; Filename: "{app}\MP3DuplicateFinder.url"; 
  36. Name: "{group}\{cm:UninstallProgram,Easy Duplicate Finder}"; Filename: "{uninstallexe}"; 
  37. Name: "{userdesktop}\Easy Duplicate Finder"; Filename: "{app}\EasyDuplicate.exe"; Tasks: desktopicon; 
  38. [Tasks]
  39. Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  40. [UninstallDelete]
  41. Type: files; Name: "{app}\EasyDuplicateFinder.url"; 
  42. Type: files; Name: "{app}\MP3DuplicateFinder.url"; 
  43. [CustomMessages]
  44. eng.NameAndVersion=%1 version %2
  45. eng.AdditionalIcons=Additional icons:
  46. eng.CreateDesktopIcon=Create a &desktop icon
  47. eng.CreateQuickLaunchIcon=Create a &Quick Launch icon
  48. eng.ProgramOnTheWeb=%1 on the Web
  49. eng.UninstallProgram=Uninstall %1
  50. eng.LaunchProgram=Launch %1
  51. eng.AssocFileExtension=&Associate %1 with the %2 file extension
  52. eng.AssocingFileExtension=Associating %1 with the %2 file extension...
  53. [Languages]
  54. ; These files are stubs
  55. ; To achieve better results after recompilation, use the real language files
  56. Name: "eng"; MessagesFile: "embedded\eng.isl"; 
  57.